home *** CD-ROM | disk | FTP | other *** search
INI File | 2004-10-22 | 545 b | 20 lines |
- [!outputon]
- [!if=(DelphiScript, "True")]
- <%@ Page language="Delphi" Debug="true" Codebehind="[!Codebehind]" AutoEventWireup="false" Inherits="[!Namespace].T[!ClassName]" %>
- [!else]
- <%@ Page language="c#" Debug="true" Codebehind="[!Codebehind]" AutoEventWireup="false" Inherits="[!Namespace].T[!ClassName]" %>
- [!endif]
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-
- <html>
- <head>
- <title></title>
- </head>
-
- <body ms_positioning="GridLayout">
- <form runat="server">
- </form>
- </body>
- </html>
-
-